home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
17 Bit Software 3: The Continuation
/
17-Bit_The_Continuation_Disc.iso
/
amigan
/
amigan 16
/
conman1.1
/
pushdemo
< prev
next >
Wrap
Text File
|
1994-01-27
|
197b
|
10 lines
; Script to demonstrate "push" and "queue"
; Can you predict the outcome?
queue echo line1
queue echo line2
push echo line3
queue echo line4
push echo line5
queue echo "So did you guess right?"